github.com/klauspost/compress/flate.huffmanBitWriter.nbytes (field)
12 uses
github.com/klauspost/compress/flate (current package)
huffman_bit_writer.go#L108: nbytes uint8
huffman_bit_writer.go#L158: w.bits, w.nbits, w.nbytes, w.err = 0, 0, 0, nil
huffman_bit_writer.go#L202: n := w.nbytes
huffman_bit_writer.go#L217: w.nbytes = 0
huffman_bit_writer.go#L239: n := w.nbytes
huffman_bit_writer.go#L253: w.nbytes = 0
huffman_bit_writer.go#L435: n := w.nbytes
huffman_bit_writer.go#L450: w.nbytes = n
huffman_bit_writer.go#L846: bits, nbits, nbytes := w.bits, w.nbits, w.nbytes
huffman_bit_writer.go#L966: w.bits, w.nbits, w.nbytes = bits, nbits, nbytes
huffman_bit_writer.go#L1092: bits, nbits, nbytes := w.bits, w.nbits, w.nbytes
huffman_bit_writer.go#L1158: w.bits, w.nbits, w.nbytes = bits, nbits, nbytes
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |